Get a specific Data Source by Data Flow Node ID
{ getSourceByNode }
Returns the data source connection details using it's node ID in a data flow.
Method
/API3/dataSources/getSourceByNode
- Enterprise Admin
Input Parameters
Name
findDataSourceObject
Object Type
Description
Use this object to find a specific data source
Output Response
Successful Result Code
200
Response Type
Description of Response Type
The master flow data source object contains information about the connection of a specific source ETL node or master flow sql script node and the validation message result
Notes
Use this function with other methods to update the details of a data source.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP